home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / Business / CheckMaint / checkmnt.exe / DATA / Backend / Check_be.mdb / tblOptions.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-02-26  |  569 b 

  1. {
  2.     "schema": {
  3.         "ForecastDays": "Integer",
  4.         "PartsLeadTime": "Integer",
  5.         "PartsAlert": "Integer",
  6.         "ReOrderFrequency": "Integer",
  7.         "HighMeterRatio": "Single",
  8.         "LowMeterRatio": "Single",
  9.         "StartupDate": "DateTime",
  10.         "Password": "Text (50)",
  11.         "RegistrationCode": "Text (7)",
  12.         "UserName": "Text (50)",
  13.         "Reserve1": "Text (50)",
  14.         "Reserve2": "Text (50)",
  15.         "Reserve3": "Text (50)",
  16.         "ReportDays": "Integer"
  17.     },
  18.     "data": [
  19.         {
  20.             "ForecastDays": 7,
  21.             "PartsLeadTime": 28,
  22.             "PartsAlert": 0,
  23.             "ReOrderFrequency": 90,
  24.             "HighMeterRatio": 1.25,
  25.             "LowMeterRatio": 0.89999998,
  26.             "StartupDate": "02/26/00 15:07:11",
  27.             "UserName": "Unregistered",
  28.             "Reserve3": "2.0"
  29.         }
  30.     ]
  31. }